home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / em / emcal.exe / {app} / emcalc.exe / 0 / RCDATA / TSTATSFORM / TSTATSFORM.txt
Encoding:
Text File  |  2004-01-13  |  1.9 KB  |  94 lines

  1. object StatSForm: TStatSForm
  2.   Left = 244
  3.   Top = 214
  4.   HelpContext = 35
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'V∩┐╜b∩┐╜r polo∩┐╜ek pro ulo∩┐╜en∩┐╜ do souboru'
  8.   ClientHeight = 205
  9.   ClientWidth = 352
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object KomentarLabel: TLabel
  24.     Left = 8
  25.     Top = 2
  26.     Width = 49
  27.     Height = 13
  28.     Caption = '&Koment∩┐╜∩┐╜:'
  29.     FocusControl = KomentarMemo
  30.   end
  31.   object PolozkyLabel: TLabel
  32.     Left = 8
  33.     Top = 54
  34.     Width = 40
  35.     Height = 13
  36.     Caption = '&Polo∩┐╜ky:'
  37.     FocusControl = CheckListBox
  38.   end
  39.   object CheckListBox: TCheckListBox
  40.     Left = 8
  41.     Top = 70
  42.     Width = 257
  43.     Height = 126
  44.     Columns = 2
  45.     ItemHeight = 13
  46.     Items.Strings = (
  47.       'Koment∩┐╜∩┐╜'
  48.       'Datum a ∩┐╜as'
  49.       'Datov∩┐╜ ∩┐╜ada'
  50.       'Po∩┐╜et hodnot'
  51.       'Minim∩┐╜ln∩┐╜ hodnota'
  52.       'Maxim∩┐╜ln∩┐╜ hodnota'
  53.       'Aritmetick∩┐╜ pr∩┐╜m∩┐╜r'
  54.       'Geometrick∩┐╜ pr∩┐╜m∩┐╜r'
  55.       'Kvadratick∩┐╜ pr∩┐╜m∩┐╜r'
  56.       'Harmonick∩┐╜ pr∩┐╜m∩┐╜r'
  57.       'Sou∩┐╜et hodnot'
  58.       'Sou∩┐╜et kvadr∩┐╜t∩┐╜'
  59.       'Rozptyl'
  60.       'Sm∩┐╜rodatn∩┐╜ odchylka'
  61.       'Varia∩┐╜n∩┐╜ koeficient')
  62.     TabOrder = 0
  63.   end
  64.   object KomentarMemo: TMemo
  65.     Left = 8
  66.     Top = 18
  67.     Width = 337
  68.     Height = 32
  69.     Lines.Strings = (
  70.       'Statistick∩┐╜ hodnoty')
  71.     TabOrder = 1
  72.   end
  73.   object OkButton: TButton
  74.     Left = 280
  75.     Top = 110
  76.     Width = 65
  77.     Height = 25
  78.     Caption = '&OK'
  79.     Default = True
  80.     ModalResult = 1
  81.     TabOrder = 2
  82.     OnClick = OkButtonClick
  83.   end
  84.   object StornoButton: TButton
  85.     Left = 280
  86.     Top = 155
  87.     Width = 65
  88.     Height = 25
  89.     Caption = '&Storno'
  90.     ModalResult = 2
  91.     TabOrder = 3
  92.   end
  93. end
  94.